﻿.bodywidth {
    width: 1000px;
    margin: auto;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hydtindex {
    overflow: hidden;
    padding: 0px 0 40px;
}

.hydtindex .title {
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px #CCC solid;
    font-size:16px;
}

.hydtindex .title a {
    font-size: 12px;
}
.hydtindex ul{
	padding-top:10px;}
.hydtindex ul li {
    float: left;
    width: 333px;
    height: 30px;
    line-height: 30px;
}

.hydtindex ul li .Name {
    float: left;
    width: 245px;
    text-indent:2px;
    background: url('icon6.fw.png') no-repeat 10px center;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hydtindex ul li .Time {
    float: left;
    width: 80px;
    text-align: right;
	font-family:Arial;
}
.hydtindex ul li .Cont{
	display:none;}